Skip to main content

Get a Funding Channel

GET 

/api/funding-channel/:fundingChannelId

Retrieves a specific Funding Channel for the given account

Request

Path Parameters

    fundingChannelId stringrequired

    id for the Funding Channel

    Example: 315bad4e81ce0f26966a41b9d451638b

Responses

Successful operation

Schema

    id string

    Funding Channel primary identifier.

    createdAt string

    Timestamp of Funding Channel creation.

    storageAddress string

    Fund storage smart contract address.

    fundingTypeName string

    The type of Funding Channel registered.

    name string

    Name of the Funding Channel.

Loading...