Quick Start

Connect to the 1Money Network

Get started with the 1Money Network using our hosted REST API and WebSocket endpoints.

Full API documentation is available herearrow-up-right.

circle-info

Testnet API's are currently rate limited at 300 requests / minute per IP address.

Try APIs directly in your terminal

You can test the following APIs directly from your terminal:

Get latest checkpoint number

curl "https://api.testnet.1money.network/v1/checkpoints/number"

Example result:

{
  "number": 58492
}
circle-info

Checkpoints are a collection of Transactions, where each Transaction can contain a set of Instructions (with Transfers being the most common) . More about Checkpoints herearrow-up-right.

Get checkpoint by number

Example result:

For more detailed examples and key functional overviews, explore our User Guides.

Last updated