Page cover

Get Wallet Information

Requests wallet information for a given network. Returns the token balance, public address. Can be executed to validate when wallets are used for transactions and to confirm balances after.

get

Get Wallet balance.

Path parameters
environmentIdstringRequired

Environment ID. (GET /environments to see the list of your Environments)

walletAddressstringRequired

Wallet public address. (GET /environments to see the list of your Environments with Wallet details)

Query parameters
networkstringRequired

Network where wallet resides. (Example 'ethereum')

Responses
200
Success
get
GET /v1/environments/{environmentId}/wallet/{{walletAddress}} HTTP/1.1
Host: api.nameless.io
Accept: */*

No content

curl 'https://api.nameless.io/v1/environments/{environmentId}/wallet/{walletAddress}?network={network}
--header 'x-api-key: <Your API Key>' \
--header 'Content-Type: application/json'

Last updated

Was this helpful?