Skip to main content
POST
Retrieve Bulk Entities
Due to the maximum length of a URL in browsers or servers, use POST instead of GET

Authorizations

X-Access-Key
string
header
required

API key authentication

Headers

Content-Type
enum<string>
default:application/json
Available options:
application/json
Accept
enum<string>
default:application/json
Available options:
application/json

Body

application/json
addresses
string[]
required

The address array that you want to retrieve entities for. And the array limit size is 100

Maximum array length: 100
network
enum<string>
required

The supported chainns short name, ethereum tron btc bsc ... See at Supported Chains

Available options:
ethereum,
eth,
tron,
btc,
bsc,
polygon,
arbitrum,
optimism,
avalanche,
base,
zksync,
merlin,
kaia,
iotex,
ftm,
theta,
etc,
lumia,
solana,
doge,
ltc

Response

Successful response

success
boolean

Request success or not

code
integer

Response code (1 for success, other numbers for errors)

msg
string

SUCCESS or error message

data
object[] | null