Authorization

Curra is operated by the coordinator (trustless authority), which indexes various blockchains to obtain data related to Curra features. All Curra features are completely non-custodial and doesn't require access to your private keys to work, you can treat it as "read-only".

Prerequisites

To perform authorized requests, you can use JS/TS SDK or form HTTP requests by providing your API key.

Obtain API key

To get the API secret you should complete onboarding on the Curra applicationarrow-up-right. After that, the secret can be obtained on the configuration pagearrow-up-right:

Configuration page

JS/TS SDK

Install SDK:

Create Curra instance:

Now you can use the instance to perform requests, and create an address for example:

HTTP

API URL is https://api.curra.ioarrow-up-right

Set X-API-KEY header to your API key to authorize your HTTP request

HTTP request example to create an address on Ethereum blockchain:

Last updated