Embedded Finance

The power of the platform is in our partner network, shared through a set of unified APIs. Integrate only the functions you need to create your vision.

Request Invite
Prime Brokerage Bank
Prime Brokerage Bank
Web 3.0 Liquidity
Metaverse Payments
Online Payments
OTC desks
Business Accounts
Brick and Mortar Payments
Crypto on and Off Ramping
Build Crypto Fund
Embed Digital Asset Trading
NFT Payments
In Game Payments
Offer DeFi Staking
Embedded Compliance
Deliverable FX
NFT Lending
NFT Custody
Custody
Metaverse Interchain Connectivity

Sparling Financial connects the worlds of digital assets and banking. Our API integrations tie together our own services with those of our partner network to offer a unified approach to building products with embedded digital asset functionality. Build new products that utilise the full power of embedded finance or add specific functionalities to your existing services.

Modules:

  • Liquidity (on and off ramping)
  • Execution (OTC, Defi, Payments)
  • Custody (Defi, Crypto, Stablecoins)
  • Banking (Accounts, Payment Processing, Card Issuing)
  • Compliance (AML,KYC, Tax, Travel Rule)
  • Governance (User types, Reporting)
Request Invite
1   # Request:
2   curl -X POST \
3       -d grant_type=client_credentials \
4       -d client_id=${client_id} \
5       -d client_secret=${client_secret} \
6       -d scope=payments \
7       https://auth.sandbox.com/connect/token


1   // Response:
2   {
3   "access_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjE0NTk4OUIwNTdDOUM
zMzg0MDc4MDBBOEJBNkNCOUZFQjMzRTk1MTBSUzI1NiIsInR5cCI6ImF0K2p3dCIsIng1dCI6Ik
1   # Request:
2   curl -X POST \
3       -d grant_type=client_credentials \
4       -d client_id=${client_id} \
5       -d client_secret=${client_secret} \
6       -d scope=payments \
7       https://auth.sandbox.com/connect/token


1   // Response:
2   {
3   "access_token": "eyJhbGciOiJSUzI1NiIsImtpZCI6IjE0NTk4OUIwNTdDOUMzMzg0MDc4MDBBOEJBN
    kNCOUZFQjMzRTk1MTBSUzI1NiIsInR5cCI6ImF0K2p3dCIsIng1dCI6Ik

Request Invite