⚡ We welcome businesses to test our enterprise-grade service

bcn
Bytecoin (BCN)

Method: POST get_currency_id

dropdown

方法 RPC get_currency_id 例如 Bytecoin (BCN)

POST get_currency_id

获取货币ID。

Parameters

-

Request

curl --location --request POST 'https://bcn.getblock.io/mainnet/' \
--header 'x-api-key: YOUR-API-KEY' \
--header 'Content-Type: application/json' \
--data-raw '{"jsonrpc": "2.0",
"method": "get_currency_id",
"params": {},
"id": "getblock.io"}'


Response

{
    "id": "getblock.io",
    "jsonrpc": "2.0",
    "result": {
        "currency_id_blob": "a742885cb01d11b7b36fb8bf14616d42cd3d8c1429a224df41afa81b86b8a3a8"
    }
}