Get Latest Price for a Token
GEThttps://api.fuse.io/api/v0/trade/price/:tokenAddress
Get Latest Price for a Token
Request
Path Parameters
tokenAddress stringrequired
Token Contract Address
Example: 0x495d133B938596C9984d462F007B676bDc57eCEC
Query Parameters
apiKey string
(Required) Your Public API key
Example: {{publicKey}}
Responses
- 200
OK
Response Headers
- application/json
- Schema
- Example (from schema)
- Example
Schema
object
{}
{
"data": {
"price": "0.00017950420850392727"
}
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://api.fuse.io/api/v0/trade/price/:tokenAddress' \
-H 'Accept: application/json'
ResponseClear