Introduction
ParaSta is a digital asset platform with two API surfaces:
- Payments API — Accept crypto payments (USDT, USDC, ETH, SOL) on Polygon, Ethereum, and Solana with Hosted Checkout or QR. Settle in coin or KRW.
- Platform API — KYC, asset connection (banks, securities, crypto exchanges, wallets), transfers, charges, exchange. Originally built for the ParaSta consumer app and exposed here for partners building on the platform.
If you are integrating crypto payments, start with Quickstart.
If you are extending the consumer app’s surface area, see Platform APIs.
Base URL
Section titled “Base URL”https://api.parasta.ioAll endpoints are versioned under /v1.
Conventions
Section titled “Conventions”- All requests and responses are JSON.
- Amounts are integers in the smallest unit of the currency (e.g., USDT uses 6 decimals →
1000000= 1 USDT). See Currency. - Timestamps are ISO 8601 in UTC.
- IDs are prefixed with the object type (
pi_for Payment,cs_for Checkout Session,re_for Refund,evt_for Webhook Event,we_for Webhook Endpoint).