openapi: 3.1.0
info:
title: Fordefi Address Book Blockchains API
version: 0.2.0
description: These endpoints allow you to list the contacts in your address book.
To add/remove contacts, visit the Fordefi web console. See the user guide for more info.
servers:
- url: https://api.fordefi.com/
description: Production
security:
- bearerAuth: []
tags:
- name: Blockchains
description: These endpoints allow you to get information about blockchains supported by Fordefi.
paths:
/api/v1/blockchains:
get:
tags:
- Blockchains
summary: List Chains
description: Get a list of supported blockchains.
operationId: list_chains_api_v1_blockchains_get
parameters:
- name: page
in: query
required: false
schema:
type: integer
minimum: 1
description: The page number to fetch.
default: 1
title: Page
description: The page number to fetch.
- name: size
in: query
required: false
schema:
type: integer
maximum: 100
minimum: 0
description: The number of items per page.
default: 50
title: Size
description: The number of items per page.
- name: skip_count
in: query
required: false
schema:
type: boolean
description: Whether to skip counting the total number of items.
default: false
title: Skip Count
description: Whether to skip counting the total number of items.
- name: chain_types
in: query
required: false
schema:
title: Chain Types
type: array
items:
$ref: '#/components/schemas/ChainType'
- name: sources
in: query
required: false
schema:
description: 'The source of the chain. Can be: