Public
Documentation Settings

Chainments API

The Chainments API is a Web3 API designed to facilitate a range of blockchain-related operations for developers. It provides endpoints for cryptocurrency transactions, wallet management, NFT details, and token analytics. This API acts as a toolset for developers to integrate blockchain functionalities into their applications efficiently.

Developers can start with the API Reference, which details how to use the endpoints, including request formats, response structures, and authentication methods. It's important to use correct asset IDs for transactions and queries, which can be found in the API documentation.

AUTHORIZATIONAPI Key
Key

authorization

Value

<value>

On-ramp

At its foundation, an on-ramp facilitates the conversion of fiat currency (both physical and digital forms) into cryptocurrency. This function is critical for enabling access to the crypto economy and can be implemented through various mechanisms, including centralized exchanges and integrated widgets.

AUTHORIZATIONAPI Key
This folder is using API Key from collectionChainments API

GETBuy Crypto

https://test-api.chainments.com/v1/onramp/buy

This is a frontend widget so you must send request to https://test-api.chainments.com/v1/onramp/buy and get view component embed that component to your web app

AUTHORIZATIONAPI Key
This request is using API Key from collectionChainments API
Example Request
curl
curl --location 'https://test-api.chainments.com/v1/onramp/buy'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

GETSell Crypto

https://test-api.chainments.com/v1/onramp/sell
AUTHORIZATIONAPI Key
This request is using API Key from collectionChainments API
Example Request
curl
curl --location 'https://test-api.chainments.com/v1/onramp/sell'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers