Score By Address
GET
https://api.metafide.io/v1/data_process/doReturnScoreObjectByAddress
Retrieves scored token by address
Note: address must be provided as a query param
Response Data
Field | Type | Description |
---|---|---|
blockchain_name | string | |
blockchain_slug | string | |
blockchain_symbol | string | |
address | string | |
change_in_price_hourly | string | |
change_in_price_daily | string | |
change_in_price_weekly | string |
Query Params
address
string
Required
The address for which to retrieve the requested data (address).
Try these examples:
Response
200
200
Authentication
Header
Language
1curl --request GET \
2 --url "https://api.metafide.io/v1/data_process/doReturnScoreObjectByAddress?address=0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" \
3 --header 'accept: application/json' \
4 --header 'x-api-key: API_KEY'
Click to start a request and see the response here!
application/json
200 - Result
400 - Result
Previous
Errors
Next
Tokens