Skip to main content

Setup & Authorization

Blockvault Setup Authorization (v1.0.0)

Download OpenAPI specification:Download

API Documentation for Blockvault Setup Authorization

Get authz grant tx

Authorizations:
BearerAuth

Responses

Response samples

Content type
application/json
{
  • "body": {
    },
  • "auth_info": {
    },
  • "signatures": [ ]
}

Get fee grant tx

Authorizations:
BearerAuth
query Parameters
format
string (OutputFormat)
Enum: "json" "byte_string"

Controls the format of the output. Defaults to json.

  • json can be used when signing with provenanced cli.
  • byte_string can be used when signing with wallet connect.

Responses

Response samples

Content type
application/json
{
  • "body": {
    },
  • "auth_info": {
    },
  • "signatures": [ ]
}