Home

ARK API - Get blockchain information

v1.0.0
Base URL
https://ark.nownodes.ioNOWNodes ARK endpoint

OpenAPI definition for the ARK get_blockchain operation documented by NOWNodes.

Authentication

api-keyAuthapiKey

NOWNodes API key passed in the api-key header.

API Key: api-key in header

Node / Blockchain

Blockchain

ARK Blockchain API methods.

Get blockchain information

GET
https://ark.nownodes.io/api/blockchain

Get blockchain information using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Blocks

Blocks

ARK Blocks API methods.

List transactions in a block

GET
https://ark.nownodes.io/api/blocks/{id}/transactions

List transactions in a block using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get a block

GET
https://ark.nownodes.io/api/blocks/{id}

Get a block using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get the first block

GET
https://ark.nownodes.io/api/blocks/first

Get the first block using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get the last block

GET
https://ark.nownodes.io/api/blocks/last

Get the last block using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List all blocks

GET
https://ark.nownodes.io/api/blocks

List all blocks using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Delegates

Delegates

ARK Delegates API methods.

List blocks forged by a delegate

GET
https://ark.nownodes.io/api/delegates/{id}/blocks

List blocks forged by a delegate using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List delegate voters

GET
https://ark.nownodes.io/api/delegates/{id}/voters

List delegate voters using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List delegate votes

GET
https://ark.nownodes.io/api/delegates/{id}/votes

List delegate votes using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get a delegate

GET
https://ark.nownodes.io/api/delegates/{id}

Get a delegate using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List all delegates

GET
https://ark.nownodes.io/api/delegates

List all delegates using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List standby delegates

GET
https://ark.nownodes.io/api/delegates/standby

List standby delegates using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Entities

Entities

ARK Entities API methods.

Get an entity

GET
https://ark.nownodes.io/api/entities/{id}

Get an entity using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List all entities

GET
https://ark.nownodes.io/api/entities

List all entities using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Node

Node

ARK Node API methods.

Get node configuration

GET
https://ark.nownodes.io/api/node/configuration

Get node configuration using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get node cryptography configuration

GET
https://ark.nownodes.io/api/node/crypto

Get node cryptography configuration using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get node fees

GET
https://ark.nownodes.io/api/node/fees

Get node fees using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get node status

GET
https://ark.nownodes.io/api/node/status

Get node status using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get node syncing status

GET
https://ark.nownodes.io/api/node/syncing

Get node syncing status using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Transactions

Transactions

ARK Transactions API methods.

Broadcast transactions

POST
https://ark.nownodes.io/api/transactions

Broadcast transactions using the ARK API exposed by NOWNodes.

Body

application/json
transactionsArray<object>required

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get transaction fees

GET
https://ark.nownodes.io/api/transactions/fees

Get transaction fees using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get transaction schemas

GET
https://ark.nownodes.io/api/transactions/schemas

Get transaction schemas using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get transaction types

GET
https://ark.nownodes.io/api/transactions/types

Get transaction types using the ARK API exposed by NOWNodes.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get a transaction

GET
https://ark.nownodes.io/api/transactions/{id}

Get a transaction using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List all transactions

GET
https://ark.nownodes.io/api/transactions

List all transactions using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Votes

Votes

ARK Votes API methods.

Get a vote

GET
https://ark.nownodes.io/api/votes/{id}

Get a vote using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List all votes

GET
https://ark.nownodes.io/api/votes

List all votes using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Node / Wallets

Wallets

ARK Wallets API methods.

List wallet locks

GET
https://ark.nownodes.io/api/wallets/{id}/locks

List wallet locks using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List received wallet transactions

GET
https://ark.nownodes.io/api/wallets/{id}/transactions/received

List received wallet transactions using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List sent wallet transactions

GET
https://ark.nownodes.io/api/wallets/{id}/transactions/sent

List sent wallet transactions using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List all wallet transactions

GET
https://ark.nownodes.io/api/wallets/{id}/transactions

List all wallet transactions using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List wallet votes

GET
https://ark.nownodes.io/api/wallets/{id}/votes

List wallet votes using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

Get a wallet

GET
https://ark.nownodes.io/api/wallets/{id}

Get a wallet using the ARK API exposed by NOWNodes.

Parameters

idstringrequiredpath

Resource identifier, address, public key, or username accepted by the endpoint.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List all wallets

GET
https://ark.nownodes.io/api/wallets

List all wallets using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.

List top wallets

GET
https://ark.nownodes.io/api/wallets/top

List top wallets using the ARK API exposed by NOWNodes.

Parameters

pageinteger>= 1query

Page number.

limitinteger[1, 100]query

Maximum number of resources to return.

offsetinteger>= 0query

Number of resources to skip.

orderBystringquery

Field and direction used to sort results.

Response

200OK

Successful response.

400Bad Request

Invalid request.

401Unauthorized

Missing or invalid API key.

429Too Many Requests

Rate limit exceeded.

500Internal Server Error

Node or upstream service error.

Authorization

api-keyAuthapiKey in header

NOWNodes API key passed in the api-key header.