apikey can add in url such as https://open-api.coinank.com/mcp?apikey=
Request
Body Params application/jsonRequired
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list",
"params": {
"cursor": "optional-cursor-value"
}
}
Request Code Samples
curl --location --request POST 'https://open-api.coinank.com/mcp' \
--header 'MCP-Protocol-Version: 2025-11-25' \
--header 'Accept: text/event-stream' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list",
"params": {
"cursor": "optional-cursor-value"
}
}'
Responses
application/json Modified at 2025-12-23 14:58:38