GET /findToken
GET find the token information by the given address
Request Parameters
Name
Location
Type
Required
Description
address
query
string
yes
token address
Responses Structure
Field
Type
Description
errno
number
message
string
Response message. If the request was successful it is success
, otherwise it gives corresponding error message.
data
array
An array of token information with the requested address on supported blockchains.
Request Example
Response Examples
200 Response
Please find all ButterSwap API Reference here.
Last updated