GET
/
v1
/
wallet
/
address
/
attribution
Get Addresses Info
curl --request GET \
  --url https://sandbox-openapi.bisonblock.ai/api/v1/wallet/address/attribution \
  --header 'BIZ-API-KEY: <api-key>' \
  --header 'BIZ-API-NONCE: <api-key>' \
  --header 'BIZ-API-SIGNATURE: <api-key>'
{
  "code": 123,
  "data": [
    {
      "address": "<string>"
    }
  ],
  "msg": "<string>"
}

Authorizations

BIZ-API-KEY
string
header
required

This field contains the API key.

BIZ-API-NONCE
string
header
required

This field contains the nonce.

BIZ-API-SIGNATURE
string
header
required

This field contains the signature.

Query Parameters

address
string
default:""
required

comma-separated list of addresses

slip44
integer
default:-1

Chain's slip44 code, such as Bitcoin is 0, Ethereum is 60, Tron is 195. Refer to Registered coin types

Required range: x >= 0

Response

200 - */*

OK

code
integer

0 is for success, others are for failure

data
object[]
msg
string