Address

Securely get a verified address for an EOA account

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Id of the target account

Responses
chevron-right
200

Successful response

application/json
Responsestring

JWT signed by the HSM, and containing the account address

get
/accounts/{id}/address

Get a fresh address of an account

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Id of the target account

Responses
chevron-right
200

Successful response

application/json
get
/accounts/{id}/fresh-address

Securely get a verified address for an UTXO based account

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Id of the target account

indexinteger · max: 9007199254740991Required

Index of the address to retrieve

Responses
chevron-right
200

Successful response

application/json
Responsestring

JWT signed by the HSM, and containing the account address

get
/accounts/{id}/addresses/{index}

Last updated