Skip to main content

Minteo API

The Minteo API lets you tokenize and move stablecoins programmatically. You can collect funds from end-users (Payins), send funds to third parties (Payouts), and convert between fiat and stablecoins (Orders).

Base URL​

https://api.minteo.finance/v1

Authentication​

All requests require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Get your API key from the Minteo Dashboard (or Sandbox Dashboard for testing). See Authentication for details on creating and managing keys.

Make your first API call​

List your wallets to verify your setup:

GET/v1/wallets
curl https://api.minteo.finance/v1/wallets \
-H "Authorization: Bearer YOUR_API_KEY"

You should see a response like:

RESPONSE
{
"output": [
{
"id": "ffdda2d3-4278-45ac-b244-8499dc1a8906",
"wallet_name": "Main Wallet",
"chain": "POLYGON",
"currency_id": "COPM",
"address": "0xacf8D012Fb6245aFD475E3ecae90cFAfC2c601A3"
}
],
"code": "OK"
}

You're connected. Now you can:

Key concepts​

ConceptDescription
COPMColombian Peso stablecoin. The token used for all operations.
WalletA blockchain wallet that holds your COPM tokens. Each wallet has an address on Polygon.
PayinCollect fiat from an end-user (via PSE) and tokenize it into COPM.
PayoutSend COPM tokens to a third party's bank account as fiat.
OrderTokenize (fiat → COPM) or redeem (COPM → fiat) between your own accounts.
BridgeTransfer tokens between wallets.
PSEPagos Seguros en Linea — Colombia's online bank transfer system.
BreBInstant interbank transfer using recipient keys (phone, email, etc).
SandboxTest environment with fake money. Use testCOPM token and OUTBANK bank.

Environments​

ProductionSandbox
APIapi.minteo.financeapi.sandbox.minteo.finance
Dashboardboard.minteo.comboard.sandbox.minteo.com
TokenCOPMtestCOPM
BankSee bank listOUTBANK