Overview

Stablecoin infrastructure to grow your revenue.

This API provides a streamlined solution for businesses and customers to request a stablecoin (e.g., USDC) wallet address. The API also supports an optional offramp parameter, allowing users to specify whether they want the stablecoin to be automatically converted to USD.

Use Cases

  • Businesses: Integrate the API into your platform to facilitate seamless stablecoin transactions for your customers.
  • Customers: Request a stablecoin wallet address directly through the API for convenient and secure transactions.

Auto Off-ramp

When the offramp parameter is set to true, the API will automatically convert the received stablecoin to USD.

Eg. You send 1,000 USDC from an external wallet, you will automagically be settled the USD equivalent minus any offramp fees.


ChainCoins
Polygonusdc, usdt, pyusd
Solanausdc, usdt, pyusd
Baseusdc
Optimismusdc, usdt, pyusd
Ethereumusdc, usdt, pyusd
{
    "customer_id": "a0595068-5b03-4fc7-a876-2789d4d95007",
    "coin": "usdc",
    "chain": "solana",
    "offramp": false
}
{
    "amount": 1351, //13.51
    "reference": "ref-001",
    "reason": "Account Funding",
    "to_address": "0x9Vod4Z4hT4BnG2U9gFWSK6805PTv2fo5nl0MaFhU",
    "to_chain": "polygon",
    "currency": "usdc"
}

📘

Webhook Control

Kindly ensure you configure your Webhook URL to receive the status of a transfer.

{
  "event": "transfer.successful",
  "id": "8da60fd7-473b-4a02-bc12-12a9d136147e",
  "reference": null,
  "status": "SUCCESS",
  "created_at": "2022-07-02 00:49:34.8221 -0500 CDT",
  "updated_at": "2022-07-02 00:49:34.8221 -0500 CDT"
}
{
  "event": "transfer.failed",
  "id": "8da60fd7-473b-4a02-bc12-12a9d136147e",
  "reference": null,
  "status": "FAILED",
  "created_at": "2022-07-02 00:49:34.8221 -0500 CDT",
  "updated_at": "2022-07-02 00:49:34.8221 -0500 CDT"
}
{
   "event":"collection.successful",
   "id":"3f0b15e8-af5f-455f-986e-a538ef44ca48",
   "reference":null,
   "status":"SUCCESS",
   "created_at":"2022-07-02 01:24:08.815361 -0500 CDT",
   "updated_at":"2022-07-02 01:24:08.815361 -0500 CDT"
}
{
   "event":"collection.failed",
   "id":"3f0b15e8-af5f-455f-986e-a538ef44ca48",
   "reference":null,
   "status":"FAILED",
   "created_at":"2022-07-02 01:24:08.815361 -0500 CDT",
   "updated_at":"2022-07-02 01:24:08.815361 -0500 CDT"
}

Security

Security is our top priority. All wallet addresses, transactions, and off-ramp conversions are protected with industry-standard encryption and secure authentication protocols, ensuring your funds and data remain safe at every step.


Conclusion

Our stablecoin API offers businesses and customers a fast, seamless way to create wallet addresses, withdraw funds, and handle off-ramp conversions.