GET
/
v1
/
entities
/
{entity_id}
/
payment-methods
curl --request GET \
  --url https://api.prime.coinbase.com/v1/entities/{entity_id}/payment-methods
{
  "payment_methods": [
    {
      "id": "<string>",
      "symbol": "<string>",
      "payment_method_type": "UNKNOWN_PAYMENT_METHOD_TYPE",
      "bank_name": "<string>",
      "account_number": "<string>",
      "bank_name_2": "<string>"
    }
  ]
}

Path Parameters

entity_id
string
required

Response

200
application/json

A successful response.

The response is of type object.