---
title: "Generate Address"
method: POST
path: "/addresses"
tags: ["Vaults"]
---

# Generate Address

`POST /addresses`

## Request body

- object
  - `token` string, required — A combination of crypto currency network pair for asset. e,g, USDC_SOL
  - `vaultId` string, required

## Response `200`

OK

- object
  - `address` string
  - `token` string
  - `vaultId` string

## Other responses

- `400` — Generate Address
- `500` — Internal Server Error

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/revisions/516d251059cc/schema)
