Blockchain wallets
Authorizations
RIALTO_API_KEYstringRequired
Body
labelstring · nullableOptional
The label of the blockchain wallet.
blockchainNetworkstringRequired
The blockchain network of the wallet. See the list of supported blockchains.
addressstringRequired
The address of the blockchain wallet.
Responses
201
The blockchain wallet has been created.
application/json
400
The request is invalid.
application/json
401
Invalid API key
500
An unexpected error occurred.
post
/blockchain-walletsAuthorizations
RIALTO_API_KEYstringRequired
Path parameters
blockchainWalletIdstring · uuidRequired
The unique identifier of the blockchain wallet.
Responses
200
A blockchain wallet.
application/json
401
Invalid API key
404
Blockchain wallet not found.
500
An unexpected error occurred.
get
/blockchain-wallets/{blockchainWalletId}Authorizations
RIALTO_API_KEYstringRequired
Path parameters
blockchainWalletIdstring · uuidRequired
The unique identifier of the blockchain wallet.
Responses
200
The blockchain wallet has been deleted.
application/json
400
The request is invalid.
application/json
401
Invalid API key
404
Blockchain wallet not found.
500
An unexpected error occurred.
delete
/blockchain-wallets/{blockchainWalletId}Last updated