Wallets

Retrieve Wallet

get/v1/instances/{instance_id}/customers/{customer_id}/wallets/{id}

Path parameters

instance_idstring required
Example:in_000000000000
customer_idstring required

Customer ID

Example:re_000000000000
idstring required
Example:bk_000000000000

Response

Get wallet

idstring required
namestring required
external_idstring nullable
addressstring nullable
network'base' | 'sepolia' | 'arbitrum_sepolia' | 'base_sepolia' | 'arbitrum' | 'polygon' | 'polygon_amoy' | 'ethereum' | 'stellar' | 'stellar_testnet' | 'tron' | 'solana' | 'solana_devnet' | 'tempo' | 'tempo_testnet' required
created_atstring date-time nullable

Example response

{
  "id": "bl_000000000000",
  "name": "Blindpay Wallet",
  "external_id": "your-database-id",
  "address": "0xDD6a3aD0949396e57C7738ba8FC1A46A5a1C372C",
  "network": "polygon",
  "created_at": "2021-01-01T00:00:00Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.