Share your GetBlock experience with other devs and get 5M RPCs

banner image

Last updated on January 1, 1970

1 min read

Method getnep17transfers NEO (NEO)
connect with JSON-RPC protocol

getnep17transfers

info-circle-fill

Method not allowed

info-circle-fill

Returns all the NEP17 transaction information occurred in the specifiedaddress.

Parameters

address - string

The address to query the transaction information.

startTime | endTime - UTC timestamp, optional

The UTC timestamp which records the asset start or end time (included).

If start and end timestamps are specified, transactions occurred in the time range are returned.

If only one timestamp is specified, transactions occurred since that time are returned.

If not specified, transactions in recent seven days are returned.

Request

curl --location --request POST 'https://neo.getblock.io' 
--header 'x-api-key: YOUR-API-KEY' 
--header 'Content-Type: application/json' 
--data-raw '{"jsonrpc": "2.0",
"method": "getnep17transfers",
"params": [null, null],
"id": "getblock.io"}'

Response

{
    "result": "null",
    "id": "getblock.io",
    "status_code": 405,
    "message": "Method not allowed"
}
banner icon

Start Building with GetBlock RPCs for Free