Grapes Finance website screenshot

Grapes Finance

Grapes is an all-in-one embedded stablecoin onramp and offramp solution that simplifies and streamlines financial transactions. The API enables businesses and developers to integrate fiat-to-stablecoin and stablecoin-to-fiat transactions into their applications, services, and platforms, including buying and selling stablecoins such as QCAD and USDC with CAD and USD across Ethereum, Algorand, and Stellar networks.

2 APIs 0 Features
StablecoinOnrampOfframpFiatPaymentsCryptocurrencyEmbedded Finance

APIs

Grapes Finance Core API (Master Vintner)

The Core API enables businesses to manage their own Grapes or non-custodial wallets across Ethereum, Algorand, and Stellar blockchains. Supports stablecoin swaps (USDC/QCAD), fi...

Grapes Finance Organizations API (Vineyard Manager)

The Organizations API enables businesses to embed Grapes functionality without requiring direct client authentication, allowing management of client wallets and submission of tr...

Collections

Pricing Plans

Rate Limits

Grapes Finance Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Grapes Finance Context

10 classes · 4 properties

JSON-LD

Resources

🔗
Documentation
Documentation
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONLDContext
JSONLDContext
🔗
Rules
Rules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Grapes Finance API
  version: 1.0.0
request:
  auth:
    type: apikey
    key: X-API-Key
    value: '{{X-API-Key}}'
    placement: header
items:
- info:
    name: Users
    type: folder
  items:
  - info:
      name: List users
      type: http
    http:
      method: GET
      url: https://api.demo.grapesfinance.com/users
    docs: Retrieve a list of users associated with the authenticated account.
  - info:
      name: Create user
      type: http
    http:
      method: POST
      url: https://api.demo.grapesfinance.com/users
      body:
        type: json
        data: '{}'
    docs: Create a new user account with Grapes wallet control.
  - info:
      name: Get user
      type: http
    http:
      method: GET
      url: https://api.demo.grapesfinance.com/users/:userId
      params:
      - name: userId
        value: ''
        type: path
    docs: Get user
- info:
    name: KYC
    type: folder
  items:
  - info:
      name: Submit KYC application
      type: http
    http:
      method: POST
      url: https://api.demo.grapesfinance.com/kyc
      body:
        type: json
        data: '{}'
    docs: Submit Know Your Customer or Know Your Business verification.
- info:
    name: Wallets
    type: folder
  items:
  - info:
      name: List wallets
      type: http
    http:
      method: GET
      url: https://api.demo.grapesfinance.com/wallets
    docs: List wallets
  - info:
      name: Create wallet
      type: http
    http:
      method: POST
      url: https://api.demo.grapesfinance.com/wallets
      body:
        type: json
        data: '{}'
    docs: Create a custodial or non-custodial wallet on Ethereum, Algorand, or Stellar.
- info:
    name: Orders
    type: folder
  items:
  - info:
      name: List orders
      type: http
    http:
      method: GET
      url: https://api.demo.grapesfinance.com/orders
    docs: List orders
  - info:
      name: Create order
      type: http
    http:
      method: POST
      url: https://api.demo.grapesfinance.com/orders
      body:
        type: json
        data: '{}'
    docs: Create a fiat-to-stablecoin onramp, stablecoin-to-fiat offramp, or payout order.
- info:
    name: Contacts
    type: folder
  items:
  - info:
      name: List contacts
      type: http
    http:
      method: GET
      url: https://api.demo.grapesfinance.com/contacts
    docs: List contacts
  - info:
      name: Create contact
      type: http
    http:
      method: POST
      url: https://api.demo.grapesfinance.com/contacts
      body:
        type: json
        data: '{}'
    docs: Create contact
- info:
    name: Organizations
    type: folder
  items:
  - info:
      name: List organizations
      type: http
    http:
      method: GET
      url: https://api.demo.grapesfinance.com/organizations
    docs: List organizations
  - info:
      name: Create organization
      type: http
    http:
      method: POST
      url: https://api.demo.grapesfinance.com/organizations
      body:
        type: json
        data: '{}'
    docs: Create organization
bundled: true