Get latest price of native coin in USD and BTC in more general format
GEThttps://api.fuse.io/api/v0/explorer/?module=stats&action=coinprice
Get latest price of native coin in USD and BTC in more general format
Request
Query Parameters
module stringrequired
Possible values: [stats
]
action stringrequired
Possible values: [coinprice
]
param stringrequired
apiKey stringrequired
Example: pk_1234567890
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
message string
result string
status string
{
"message": "string",
"result": "string",
"status": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://api.fuse.io/api/v0/explorer' \
-H 'Accept: application/json'
ResponseClear